Email bounce to mail.app

I would like to alter the script in my mail.app to be able to bounce back certain to look as if the email address does no longer exist.

I am using Mavericks 10.9.5 Macbook Pro

The mail is not spam. Usually once off. Without using a spam filter.

The mail is usually from people I accidently mailed to using my private email address.

I picked this up on a forum on the net, but it does not work. eg when I bounce the mail back to me using another email of mine.

When I press bounce, it deletes the message but I dont get an answer on my email address being returned to.



Run Applescript

on run {input, parameters}

tell application "Mail"

repeat with eachMessage in input

bounce eachMessage

delete eachMessage

end repeat

end tell

end run

MacBook Pro, OS X Mavericks (10.9.5)

Posted on May 10, 2016 6:34 AM

Reply

There are no replies.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Email bounce to mail.app

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.